home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / Info.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.7 KB  |  73 lines

  1. Info = {
  2.     ACTIONS = {"justDrawIt:" = "justDrawIt:"; "showPanel:" = "showPanel:"; }; 
  3.     OUTLETS = {
  4.     myDrawView = myDrawView; 
  5.     userField = userField; 
  6.     versionField = versionField; 
  7.     youAreField = youAreField; 
  8.     }; 
  9.     SUPERCLASS = EditorController; 
  10. };
  11. EditorController = {
  12.     ACTIONS = {"ok:" = "ok:"; "revert:" = "revert:"; "runModalFor:" = "runModalFor:"; }; 
  13.     OUTLETS = {
  14.     appIconButton = appIconButton; 
  15.     box1 = box1; 
  16.     box2 = box2; 
  17.     box3 = box3; 
  18.     box4 = box4; 
  19.     mainTitle = mainTitle; 
  20.     okRevertMatrix = okRevertMatrix; 
  21.     text1 = text1; 
  22.     text2 = text2; 
  23.     text3 = text3; 
  24.     window = window; 
  25.     }; 
  26.     SUPERCLASS = Object; 
  27. };
  28. AlphaNumericView = {
  29.     ACTIONS = {
  30.     "animate:" = "animate:"; 
  31.     "bounce:" = "bounce:"; 
  32.     "dissolve:" = "dissolve:"; 
  33.     "random:" = "random:"; 
  34.     }; 
  35.     OUTLETS = {
  36.     bitmap = bitmap; 
  37.     font1 = font1; 
  38.     font2 = font2; 
  39.     font3 = font3; 
  40.     font4 = font4; 
  41.     font5 = font5; 
  42.     slider = slider; 
  43.     wheelOfFortuneMatrix = wheelOfFortuneMatrix; 
  44.     }; 
  45.     SUPERCLASS = View; 
  46. };
  47. DissolveView = {
  48.     ACTIONS = {"dissolve:" = "dissolve:"; }; 
  49.     OUTLETS = {image = image; }; 
  50.     SUPERCLASS = View; 
  51. };
  52. InfoDP = {
  53.     ACTIONS = {
  54.     "flip:" = "flip:"; 
  55.     "rollCredits:" = "rollCredits:"; 
  56.     "showPanel:" = "showPanel:"; 
  57.     }; 
  58.     OUTLETS = {
  59.     appNameField = appNameField; 
  60.     destructCache = destructCache; 
  61.     wheelOfFortuneMatrix = wheelOfFortuneMatrix; 
  62.     wildView = wildView; 
  63.     }; 
  64.     SUPERCLASS = Info; 
  65. };
  66. CreditsView = {
  67.     ACTIONS = {"rollCredits:" = "rollCredits:"; "stop:" = "stop:"; }; 
  68.     OUTLETS = {cache = cache; clipView = clipView; dissolveView = dissolveView; }; 
  69.     SUPERCLASS = View; 
  70. };
  71. WheelOfFortuneMatrix = {SUPERCLASS = Matrix; };
  72. FirstResponder = {ACTIONS = {"help:" = "help:"; }; SUPERCLASS = Object; };
  73.